ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / TransformPoints Method / TransformPoints(Matrix3x2,Vector2[]) Method
Transformation matrix.
An array of points to transform.

In This Topic
    TransformPoints(Matrix3x2,Vector2[]) Method
    In This Topic
    Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided points.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub TransformPoints( _
       ByVal matrix As Matrix3x2, _
       ByVal points() As Vector2 _
    ) 
    public static void TransformPoints( 
       Matrix3x2 matrix,
       Vector2[] points
    )

    Parameters

    matrix
    Transformation matrix.
    points
    An array of points to transform.
    See Also